home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13138 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.ov.com!news
  2. From: glenn@ov.com (Fletcher.Glenn@ov.com)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Recursion Question
  5. Date: 4 Apr 1996 22:25:15 GMT
  6. Organization: OpenVision
  7. Message-ID: <4k1i8b$3cp@spanky.pls.ov.com>
  8. References: <4k14o1$2k2@isis.fiu.edu>
  9. Reply-To: glenn@ov.com
  10. NNTP-Posting-Host: foghorn.pls.ov.com
  11.  
  12.  
  13. In article 2k2@isis.fiu.edu, mark@serss1.fiu.edu (Mark Romano) writes:
  14. >I am trying to find some recursive functions that will convert a number into 
  15. >a binary. I need one that will print out the numbers as they are 
  16. >generated and I also need one that will hold the binary digits in memory 
  17. >and then printed out with a single printf statement.  Can any one help??
  18. >
  19. >
  20. >__________________________________________________________
  21. >|                                                        |
  22. >|       Sent to you by: mark@serss1.fiu.edu              |
  23. >|                                                        |
  24. >|________________________________________________________|
  25.  
  26.  
  27. Read you computer science text on the subject of radix
  28. conversion and then post your program (if you still have
  29. any problems).  We here will help you find a problem in
  30. your program, but we will not do your homework for you.
  31.  
  32.         Fletcher.Glenn@ov.com
  33.  
  34.